From: Thien-Thi Nguyen Date: Tue, 3 Apr 2007 23:24:22 +0000 (+0000) Subject: (gnus-inews-yank-articles): Fix bug: After X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1148 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a7b1956c80eefd3feaee4e6702af7447f5eae8dd;p=emacs.git (gnus-inews-yank-articles): Fix bug: After message-yank-original, make sure (< mark TEXT point). --- diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index aaf30700e3d..2e9975f4876 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -771,6 +771,7 @@ active, the entire article will be yanked." (nnheader-narrow-to-headers) (nnheader-parse-naked-head))))) (message-yank-original) + (exchange-point-and-mark) ; so that (< mark TEXT point) (setq beg (or beg (mark t)))) (when articles (insert "\n")))